home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 4 / Assassins 4 (1999)(Weird Science).iso / docs / puzzles / connexion.doc < prev    next >
Text File  |  1992-09-02  |  9KB  |  224 lines

  1.                                 
  2.                              Connexion
  3.                            "David Stroud."
  4.                 (c) "Copyright Anarchy Software."
  5.                            Version 1.2 
  6.  
  7. Legal Notice.
  8.  
  9.  1) This product and its author cannot be held responsible for any loss of
  10.     control over your bodily functions / damage to your computer system or
  11.     any other niggle you may come across after playing.  Sorry.
  12.  
  13.  2) This version of Connexion is Public Domain, and can therefore be
  14.     distributed (as long as all of the above files are included
  15.     unaltered) for free!
  16.  
  17.  Playing Connexion.
  18.  
  19.  Once loaded, you will be confronted with the selection screen of
  20.  Connexion.
  21.  This is where you set the preferences for your game.  There are several
  22.  different aspects of play which you can change by clicking on the options
  23.  on the screen. Moving the mouse pointer over an option (yellow lettering)
  24.  will cause further information detailing that option to appear in the
  25.  message bar (at the bottom of the screen).
  26.  
  27.  The options... (as they appear on screen)
  28.  
  29.   Number of players  One-player, Two-player or demo game?
  30.   Grid dimensions    How big is your grid?
  31.   Line length        How long is your line?
  32.   Games in a match   How many games can you win?
  33.  
  34.  Further information...
  35.  
  36.   Playing screen     What's all this?
  37.   Quitting           How do I escape?
  38.   A.I. routines      Artificial Intelligence.
  39.  
  40.  A quick guide to coding Artificial Intelligence...?
  41.  
  42.  Don't.
  43.  
  44.   No, seriously.  In Connexion, I've had my first bash at coding some
  45.  "Artificial Intelligence" (or "Virtual Stupidity") routines.  They're
  46.  basic.  I'm still pretty chuffed with them though - you can sit and
  47.  watch a demo game, which is a novelty when you know you made it possible.
  48.  
  49.  However, as I said, they are basic routines.  God knows how, for example,
  50.  Team 17 coded the AI for Breed 3D 2.Well, I s'pose Team 17 know as well:)
  51.  
  52.  I'd like to be able to improve on these AI routines that I've written,
  53.  so if anyone out there has any constructice comments, or knows if there's
  54.  any good literature (books, docs on the Aminet etc.) about, please
  55.  drop me a line. 
  56.  
  57.  Not playing Connexion :)
  58.  
  59.  When playing, you can press "Q" at any time to tell Connexion that you
  60.  want to abort the current game.  After the current turn has been taken,
  61.  you will be asked for confirmation of this, and pressing "Y" will take
  62.  you back to the selection screen.  Pressing "N" instead will allow the
  63.  game to continue from where you left off.
  64.  
  65.  Players.
  66.  
  67.  Clicking on either of the 3 options, "Human v Human", "Human v Computer"
  68.  or "Computer v Computer", the corresponding game mode is selected - Two
  69.  player, One player, or a demo game where the computer plays itself.
  70.  
  71.  Board size.
  72.  
  73.  If you want a more challenging game, you can increase the board size
  74.  from a measly 3 by 3 (a la "Noughts and Crosses") to a whopping 10 by 10.
  75.  
  76.  Do this by moving the mouse pointer over either "WIDTH" or "HEIGHT" and
  77.  clicking the right mouse button to increase, or the left mouse button to
  78.  decrease.
  79.  
  80.  Length of winning line.
  81.  
  82.  By clicking on the "+" and "-" buttons at either end of the number line,
  83.  the length of line required to win the game is lengthened or shortened
  84.  accordingly.
  85.  
  86.  Please note, however, that you will only be able to increase this if the
  87.  width or height of the board is at least equal to it.So you can only have
  88.  a line length of 8, for example,if the width or height of the grid is set
  89.  to 8 or more.  Otherwise, you wouldn't be able to win at all!
  90.  
  91.  Increasing the length of a match.
  92.  
  93.  By clicking on the "+" and "-" buttons at either end of the number line,
  94.  the number of games required to win a match is increased or decreased
  95.  accordingly, so you can have a nice long battle with your friends and
  96.  enemies alike.  Including the computer, if you so desire.
  97.  
  98.  What the playing screen looks like.
  99.  
  100.   __________________________________________________________
  101.  |                                                          |
  102.  | Connexion. Another quality release from Anarchy Software |
  103.  |__________ ____________________________________ __________|
  104.  |          |                                    |          |
  105.  | Player 1 |                                    | Player 2 |
  106.  |          |                                    |          |
  107.  |          |                                    |          |
  108.  |  Games   |                                    |  Games   |
  109.  |          |         Main Playing Grid.         |          |
  110.  |   Won    |                                    |   Won    |
  111.  |          |                                    |          |
  112.  |  Grid.   |                                    |  Grid.   |
  113.  |          |                                    |          |
  114.  |          |                                    |          |
  115.  | -------------------------------------------------------- |
  116.  |                         Messages                         |
  117.  | -------------------------------------------------------- |
  118.  |                                                          |
  119.  |__________________________________________________________|
  120.  
  121.  So that's what the playing screen looks like.  In the centre is the grid
  122.  in which you play your game of Connexion with the chosen preferences.
  123.  
  124.  To the left and right of the grid are two 10-square grids into which
  125.  your tokens will grow every time you win a game.  This gives an easy
  126.  visual display of the match score.
  127.  
  128.  Messages in the bar below the playing grid will tell you what the
  129.  match score is (at the beginning of each new game) and whose turn it
  130.  is to place their token.
  131.  
  132.  When a square is clicked on by a player (left mouse button), the
  133.  token for that player will appear inside that square.  For player one,
  134.  a tree will grow and blossom.  For player two, a flower will pop up and
  135.  unfold its petals.  :-)
  136.  
  137.  We need your feedback!
  138.  
  139.  If this version of Connexion has kept you busy for a few minutes, please
  140.  take a few more to send your comments to Anarchy Software!  Do you have
  141.  any suggestions about how the game might be improved? Please let me know
  142.  if you have, as your comments are appreciated.
  143.  
  144.  You can E-mail your comments to...
  145.  
  146.  Anarchy@nebula.demon.co.uk
  147.  
  148.  And if you haven't got access to the internet, you can write to Anarchy
  149.  Software the old-fashioned way at this address.
  150.  
  151.  There's more!
  152.  
  153.  If you want the latest version of Connexion (assuming I do another
  154.  one), and you have access to the internet, you can look on the Anarchy 
  155.  Software Amiga home page, located at the following address...
  156.  
  157.  http://www.nebula.demon.co.uk/anarchy/
  158.  
  159.  If I do release another major update, I will probably upload it to the
  160.  Aminet, but any minor changes (little bug fixes and tweaks) will only be
  161.  uploaded to the above page.  The date and version of each game will be
  162.  shown on the home page so that you'll be able to tell if the version
  163.  currently available is a later version to the one you have.
  164.  
  165.  Meanwhile, have fun and enjoy the game :)
  166.  
  167. ---------------------=== Copyright Anarchy Software ===---------------------
  168.  
  169. Program history
  170.  
  171. Version   Changes
  172.  
  173.   1.0      The whole program was changed from not existing to being there.
  174.  
  175.   1.1      Removed some redundant code.
  176.  
  177.   1.2      Small bugfix in the square selection routine, as
  178.            sometimes, it was possible to select a square which wasn't
  179.            empty.  Doh!
  180.  
  181.  Future developments
  182.  
  183.  Hopefully, I'll continue to improve Connexion, and perhaps make it into
  184.  something a little moe special than it is at the moment.  If you have any
  185.  ideas for improving this game, please  drop me a line .
  186.  
  187.  Current ideas include, in no particular order...
  188.  
  189.  o Sound FX - when (and if) I find some decent ones :)
  190.  
  191.  o Serial link option (not very likely, but it would be cool :)
  192.  
  193.  o Token designer, allowing the user to make their own tokens to use when
  194.    playing.  One possibility would be including an IFF of a grid with the
  195.    game, which the user could modify in a paint package (and animate the
  196.    token like an animbrush to see what it would look like).  The IFF,
  197.    once modified, could be sent back to Anarchy Software via Email, and
  198.    the new token might be included in the next release, with due credit
  199.    to the author, of course.
  200.  
  201.  o Background music?  Well, I thought of this one, but decided
  202.    against it, because a) I just cannot write any MODs successfully (this
  203.    has nothing to do with lack of musical ability though, which annoys me)
  204.    and b) I always listen to the radio, or put a CD on when playing,
  205.    which sounds a lot better than most in-game music.  There's a greater
  206.    possibility of liking the music as well, and it's a lot more versatile.
  207.  
  208.  Additional notice to Magazine and Compilation people
  209.  
  210.  If you would like to put Connexion on a magazine coverdisk or include it
  211.  in a compilation (on floppy or compact disc), all that I ask in addition
  212.  to the above is that you send me a copy of the magazine (with the
  213.  coverdisk of course) or compilation for my records.  You'll need to know
  214.  my address for this, so here it is.  Thanks in advance.
  215.  
  216.  Postal address
  217.  
  218.  Anarchy Software,
  219.   18 Cedar Avenue,
  220.    St. Leonards,
  221.     Nr. Ringwood,
  222.      HANTS BH24 2QG,
  223.       ENGLAND.
  224.